Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook is triggered manually from a Domain Monitor Tab from Cyjax Workbook in Microsoft Sentinel. It fetches domain monitor data from Cyjax based on user provided inputs (Since, Until and Query) and display them in the workbook panel.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Cyjax |
| Source | View on GitHub |
This content item queries data from the following tables:
| Table | Transformations | Ingestion API | Lake-Only |
|---|---|---|---|
CyjaxDomainMonitor_CL 🔶 |
? | ✓ | ? |
This playbook uses 3 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azureloganalyticsdatacollector |
Managed | 1 | 1 |
keyvault |
Managed | 1 | 1 |
http |
Built-in | 0 | 1 |
azureloganalyticsdatacollector (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Send_Domain_Monitor_Data_To_Log_Analytics_Workspace | post | /api/logs |
— |
keyvault (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Get_Cyjax_API_Key | get | /secrets/@{encodeURIComponent('Cyjax-API-Key')}/value |
— |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| HTTP_Request_To_Fetch_Domain_Monitor_Data | GET | @{variables('base_url')}/@{variables('api_version')}/domain-monitor/potential-malicious-domain |
— |
📄 Source: CyjaxDomainMonitor/readme.md
This playbook is triggered manually from the Domain Monitor tab in the Cyjax Workbook within Microsoft Sentinel. It fetches domain monitoring data from the Cyjax API based on user-provided inputs (Since, Until, and Query) and displays the results in the workbook panel. This playbook helps you monitor and investigate domain-related threat intelligence.
Once deployment is complete, authorize each connection.
Add access policy for the playbook's managed identity to read secrets from Key Vault.
Configure the Cyjax workbook to call this playbook with the HTTP POST URL.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊